home *** CD-ROM | disk | FTP | other *** search
/ Klondike Gold - An Interactive History / Klondike Gold - An Interactive History.iso / dredge.dir / 00060_Script_60 < prev    next >
Text File  |  1995-11-28  |  429b  |  25 lines

  1. on startMovie
  2.   repeat with x = 33 down to 28
  3.     set the visible of sprite x = FALSE
  4.   end repeat
  5.   
  6.   set the keyDownscript to "checkKey"
  7.   howloud
  8.   emptyHT    --needed to initialize gBacklist Global DO NOT REMOVE
  9.   
  10. end
  11.  
  12.  
  13. on playQT _whichsprite, _where
  14.   if the movieRate of sprite _whichsprite then
  15.     go the frame
  16.   else
  17.     go _where
  18.   end if
  19. end --playQT
  20.  
  21. on stopmovie
  22.   howloud
  23.   unloadcast
  24. end
  25.